home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _5AB74ABC36EE413DA3B9CCAC9ADDEBB2 < prev    next >
Encoding:
Text File  |  2004-06-24  |  665 b   |  30 lines

  1. shader()
  2. {
  3.     pass()
  4.     {
  5.        Lighting()
  6.         tmu()
  7.         {
  8.             TexGen("planar")
  9.             TexMod("scale", "const", 0.00256, 0, 0, "const", 0.00256, 0, 0)
  10.             texture()
  11.             {
  12.                 Image("Grid.png")
  13.                 addressfunc("wrap", "wrap", "wrap")
  14.                 filtering("anisotropic_mip_linear")
  15.                 anisotropy(8)
  16.             }
  17.         }
  18.    
  19.         AmbientColor(0.250, 0.250, 0.250, 1.000)
  20.         DiffuseColor(1.000, 1.000, 1.000, 0.5000)
  21.         SpecularColor(0.500, 0.500, 0.500, 1.000)
  22.         EmissiveColor(0.000, 0.000, 0.000, 1.000)
  23.         SpecularPow(20.000)
  24.    }
  25.  
  26.     cull("ccw")
  27.  
  28. }
  29.  
  30.